home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 September / Chip_2003-09_cd1.bin / zkuste / macos / Files / wamcom.sit / wamcom-131-macos9-20030721 / Search Plugins / mozilla.src < prev    next >
Text File  |  2003-06-30  |  866b  |  34 lines

  1. # Search file for mozilla.org
  2. #
  3. # Creation:  April 7, 2000 by Robert John Churchill  <rjc@netscape.com>
  4.  
  5. <search 
  6.     name = "mozilla.org"
  7.     method = "get"
  8.     action = "http://www.mozilla.org/htdig-cgi/htsearch"
  9.     searchForm = "http://www.mozilla.org/search.html"
  10.     >
  11.     
  12. <input name="config" value="htdig">
  13. <input name="words" user>
  14. <input name="method" value="and">
  15. <input name="format" value="long">
  16.  
  17. # Note: the <interpret> section below is carefully designed to support
  18. # parsing of Mozilla search results in both short and long formats
  19.  
  20. <interpret
  21.     resultListStart = "indicate a better match"
  22.     resultListEnd = "</table>"
  23.     resultItemStart = "<strong>"
  24.     resultItemEnd = "</strong>"
  25.     >
  26.  
  27. </search>
  28.  
  29. <BROWSER
  30.       update="http://www.mozilla.org/projects/search/mozilla.src" 
  31.       updateIcon="http://www.mozilla.org/projects/search/mozilla.gif" 
  32.       updateCheckDays="3"
  33. >
  34.